Fix introspection building for Visual Studio builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Mar 2013 09:42:15 +0000 (17:42 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Mar 2013 09:42:15 +0000 (17:42 +0800)
commit9103dbb81dedf85e2272fc0597a1f17cbb49df4c
tree8c0505eeb24ee1d431d2d5115025f9d961158aa7
parent4b2243c8af6e260537709ba63cedf164179dfe07
Fix introspection building for Visual Studio builds

Apparently time_t is used in gtkrecentmanager.h, which is a special type
that could not be recognized when Gtk-3.0.gir is built.  Judging from the
ast.py from the gobject-introspection package, we can define time_t as
long, and this will allow pygobject to load the Gtk module from
gi.repository.
build/win32/gengir_gtk.bat